*{font-family: "微软雅黑"; font-size: 14px;}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
/*头部开始=========================================================================  */
.headertop{height: 30px; background-color: #5dbcff; line-height: 30px;/*position: relative;*/}
.headertop .yuyan{/*width:80px;*/ height:30px;margin-right: 10px;float: right;text-align: center;}
.headertop .yuyan a{color: white;font-size: 12px;}
.headertop .yuyan a:hover{color: #5199A6;}
.headertop .fr{ padding: 0 10px; color: white;}
.indexsearch{ position: relative;}
.indexsearch form{ width: 220px; position: absolute; top: 30px; right:5px; display: none;z-index: 99;}
.logo{ width:202px; float:left;}
.logo a{
	 display:block;
    width: 202px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mobile_nav ul{
	width: 815px;
	line-height: 85px;
	float: right;
}
.mobile_nav ul li{border-left: 1px #F9F9F9 solid;font-size: 14px;}
.hamburger {
	padding: 8px 6px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box { width: calc(100% - 235px); width: -webkit-calc(100% - 235px);
    height: 49px;
     float: right;
   margin-top: 20px;

}

.nav-pc{ text-align:center;}
.nav-pc ul{  padding:0; }
.mobile_nav>ul{ display: table;}
.mobile_nav>ul>li{ display: table-cell;}
.nav-pc .menulevel{ padding:0;}
.nav-pc li {
    width: 150px;
    height: 49px;
	  display: inline-block;
    font-size: 15px;
    color: #333;
    line-height: 49px;
    text-align: center;
   }
.nav-pc li a{ color:#333; display: block;}	
.nav-pc li a#menu_selected{color: #3300c1;}
.nav-pc li:hover{ color: #3300c1;}
.nav-pc li:hover a{ text-decoration:none; color: #3300c1;}
.nav-pc li:hover>.menulevel{ display:block;}

.menulevel{ width:100%; left:0; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 75px;
    }
.menulevel li{ display:block; background:#f0f0f0; border-bottom: 1px solid #ddd }
.menulevel li:hover{ background:#e0e0e0;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
.header{ position:relative;}
.two{ width: 100%; position: absolute; background: url(../images/shadow-8.png) repeat-x top; border-bottom: 3px solid #1c41cd; left: 0; top: 85px; z-index: 9999; background-color: #fff; display: none;}

.two:nth-child(2) .twonav{ background: url(../images/nav_lev2.jpg) 0 center no-repeat;}
.two:nth-child(3) .twonav{ background: url(../images/nav_lev3.jpg) 0 center no-repeat;}
.two:nth-child(4) .twonav{ background: url(../images/nav_lev4.jpg) 0 center no-repeat;}
.two:nth-child(5) .twonav{ background: url(../images/nav_lev5.jpg) 0 center no-repeat;}
.two:nth-child(6) .twonav{ background: url(../images/nav_lev6.jpg) 0 center no-repeat;}
.two:nth-child(7) .twonav{ background: url(../images/nav_lev1.jpg) 0 center no-repeat;}
.twonav{ float: left; padding-left: 365px; width: 585px; min-height: 150px; padding-top: 20px;}
.twonav a{ display: block; width: 100px; float: left; border-bottom:1px solid #ccc ;  margin:0 5px; line-height: 35px;}
.this-con{ float: right; width: 480px;padding: 20px 0;}
.this-con p{ font-size: 16px; color: #008080;}
/*banner开始=======================================================================================*/

#full-screen-slider { width:100%; height:679px; margin-bottom: 50px;}
#slides { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; }
#slides li { display:block; width:100%; height:679px; list-style:none; padding:0; margin:0; position:absolute;background-size: cover;}
#slides li a { display:block; width:100%; /*height:679px;*/ text-indent:-9999px}
#full-screen-slider .col-lg-12,.col-md-12,.col-sm-12,.col-xs-12{padding:0px;}
#full-screen-slider .row{margin:0px;}
@media (max-width:992px) {
	#full-screen-slider,#slides li{ height: 400px;}	.nav-box{ position: relative;}
	.two{ display: none !important;}
}
@media (max-width:767px) {
	#full-screen-slider,#slides li{ height: 300px;}
}
@media (max-width:480px) {
	#full-screen-slider,#slides li{ height: 200px;}
}
/*index开始=====================================================================================*/
.tit-top{ padding-right: 20px;}
.tit-top span{ font-size: 24px; line-height: 30px; color: #3b3b3b;display: block;float: left;margin-right: 10px;font-weight: 700;}
.tit-top .ab{ font-size: 14px;line-height: 38px; color: #a1a1a1; margin-bottom: 30px;}
.col-lg-6{height: 270px;}
.in-about{margin-bottom: 50px;}
.in-about .row{overflow: hidden;}
.in-about .row .guan{width: 100%;display: block;}
.about-box{padding:20px 52px 20px 52px;background-color:#F9F9F9;/*box-sizing: border-box;*/}
.about-box p{ color: #333; line-height: 26px;}
.about-box .cha{background: #3300c1;height:33px;width:104px;color: white;font-size: 14px;text-align: center;line-height: 33px;}
.about-box .cha a{ color: #fff;}
/*xinwen chanpin*/
.product{margin-bottom:20PX;}
.product .chan{width: 95%;}
.row .clearfix{margin-bottom: 20px;border-bottom: 1px #ECEBE9 solid;padding-bottom:5px ;}
.tit-top .jia{float: right; margin-top: -60px;}
.product .row li:last-child{border-bottom: none;}
.tit-top .jia1{float: left;margin-top: -60px; margin-left: 300px;}
.product .news-date{float: left !important;border: 1px #52c3f1 solid;}
.product .news-date .day{font-size: 30px;color: white;background: #52c3f1;padding:0 10px; text-align: center;}
.product .news-date .year{color: #52c3f1;font-size: 14px;padding:0 10px;}
.product .new_content{margin-left: 90px;}
.product .new_content .xw-tm{font-weight: 700;}
.product .new_content .xw-xq{margin-bottom: 5px;}
.product .new_content .mm a{margin-bottom: 0px;font-size: 12px;}
/*zoujindongbao*/
/*.santu{height: 213px;}
.zoujin .santu li{float: left;width: 33%;}
.zoujin .santu li img{display: block;width: 97%;}
.zoujin .santu li p{margin-top: -60px;margin-left: 10px;width: 200px;}
*/
.zoujin .santu li{width: 30%; height: 222px;border: 1px #E2E2E2 solid;float: left;margin-right: 11px;padding: 7px;box-sizing: border-box; position: relative;}
.zoujin .santu li:after{ content: ''; width: 38px; height: 38px; display: none; position: absolute; right: 0; bottom: 0; background: url(../images/jia.png) no-repeat right bottom;}
.zoujin .santu li img{/*width: 100%;*/display: block; margin-bottom: 20px;}
.zoujin .santu .libg{width: 100%; overflow: hidden;}
.zoujin .santu .libg .biao{font-size: 16px; font-weight: 700;}
.zoujin .santu li:hover{border: 1px #3300c1 solid ;}
.zoujin .santu li:hover::after{ display: block;}



/*快捷导航*/
#demo3{width: 100% !important;}
.slideBox{ position:relative; width:100%; height:100%; overflow:hidden;}
.slideBox .items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
.slideBox .items li{width: 100% !important; float:left; background:none; list-style:none; padding:0px; margin:0px;}
.slideBox .items li a{ float:left; line-height:normal !important; padding:0px !important; border:none;}
.slideBox .items li a img{ width:100%; height:100%;margin:0px !important; padding:0px !important; display:block; border:none;}
.slideBox .tips{ position:absolute; bottom:0px; width:100%; height:40px; background-color:#000; overflow:hidden;}
.slideBox .tips .title{ position:absolute; left:0px; top:0px; height:100%;}
.slideBox .tips .title a{ color:#FFF; font-size:14px; line-height:40px; margin-left:10px; text-decoration:none;}
.slideBox .tips .title a:hover{ text-decoration:none !important;color:#008080;}
.slideBox .tips .nums{ position:absolute; right:0px; top:0px; height:100%;}
.slideBox .tips .nums a{ display:inline-block; >float:left; width:10px; height:10px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px;}
.slideBox .tips .nums a.active{ background-color:#093;}
.active{width: 100%;}
.zoujin .row .items img{width: 100%;display: block;}

/*footer开始====================================================================================*/
#copyright{ width: 100%; background-color: #E7E7E7; height: 100%;}
#copyright .container{position: relative; }
#copyright .shang{width: 100%; height: 45px; background: #F7F7F7;border-top: 1px #E5E5E5 solid;}
#copyright .fanhui{position: absolute;right:0px;bottom: 170px;}
#copyright .fanhui p{font-size: 14px; color: #8B8B8B;float: left;line-height: 45px; margin-bottom: 0px;margin-right: 10px;}
#copyright .fanhui .sanjiao{width: 45px; height: 45px; background:#3300c1;color: white;float: right;line-height: 45px;text-align: center;font-size: 20px;transform: rotate(270deg)}
#copyright .zhong{height: 170px;}
#copyright .zhong .zuo img{margin-top: 50px;float: left; display: block;/*margin-right: 80px;*/}
#copyright .zhong .zhong1{float: left; margin-top: 40px;padding: 0px;}
#copyright .zhong .zhong1 p:first-child{color: #363636;font-size: 16px;}
#copyright .zhong .zhong1 p:last-child{color: #363636;font-size: 14px;}
#copyright .zhong2{float: left;/*width: 250px;*/margin-top: 75px;/*margin-right:60px;*/}
#copyright .zhong2 p{font-size: 14px;color: #363636;}
#copyright .you{float: left;}
#copyright .you img{margin-top: 20px;margin-left: 30px;}
#copyright .xia{background-color: #5dbcff;height: 50px;}
#copyright .xia p{font-size: 14px; color: white;line-height: 50px;float: left;}
#copyright .xia .bei{float: right;/*margin-top: 10px;*/padding: 10px;}
#copyright .xia .bei .p{float: right;font-size: 14px; color: white;line-height:30px;margin-left: 8px;}
#copyright .xia .bei img{float: right;}

/*neiye babber*/
.banner img{width: 100%; margin-bottom: 50px;}

/*left*/
#shownews p{ background: #f6f6f6; line-height: 50px; padding:0 15px; margin: 15px 0;}
.site-nav {float: right; line-height: 50px;}
.lher{ width: 100%; background: #f5f5f5; }
.lher ul:after{content: ''; clear: both;  display: block;}
.lher ul li{width: 100px; height: 44px; float: left;position: relative;}
/*.lher ul li>ul{ width: 0 !important; height: 0 !important; overflow: hidden;}*/
.lher ul li.lihover ul{
	display: block;
	position: absolute;
	top: 44px;
	left: 0;
	width: 780px;
}
.lher ul li.lihover ul li{
	background: #f5f5f5;
	float: left;
	border-top: solid 1px #008080;
}
	
.lher ul li a span{display:block;height:44px;line-height:44px;vertical-align:middle;font-size:16px;text-align: center;color: #1c41cd;/*list-style: none;*/text-decoration: none;}
.lher ul li:hover,.lher ul li.lihover{background: #1c41cd;}
.lher ul li:hover a span,.lher ul li.lihover a span{color: #fff;}
.lher ul li.lihover ul li a span{
	color: #2b2b2b;
}
.lher ul li.lihover ul li:hover{
	background: #1c41cd;
}
.lher ul li.lihover ul li:hover a span{
	color: #fff;
}
.page-guestbook{ padding: 15px; clear: both;}
	#copyright .zhong{ text-align: center;}
	#copyright .fanhui{ top:-45px; bottom: auto;}
	.lhbd label{ line-height: 28px; display: inline-block; width: 70px;}
	.lhbd dt{ margin-bottom: 10px;}
	.lhbdfr dt label{ margin: 0;}
	.lhbd input{ border: 1px solid #ccc; vertical-align:top; border-radius:5px ; line-height: 28px; max-width: 500px; width: calc(100% - 90px);width:-webkit-calc(100% - 90px);}
	.lhbd .yzm input{ max-width: 100px;}
	.lhbd textarea{border: 1px solid #ccc; vertical-align:top; border-radius:5px ; line-height: 28px;width: calc(100% - 90px);width:-webkit-calc(100% - 90px);}
/*right*/

/*chanpinzhanshi*/
.ssk .f_l .btn-search img{margin-top: 10px; display: block;}
#ShowImages li{/*float: right;*/}

/*内页开始====================================================================================*/
.page-url{ display: table; margin-top: -20px; position: relative; z-index: 111;}
.page-url li{ display: table-cell; text-align: center;}
.page-url li a{ display: block; background: #fff; width: 100%; height: 120px; font-size: 16px; color: #333; line-height: 120px;}
.page-url li:hover a{ background: #5191ce; color: #fff;}
.page-url li.hover a{ background: #5191ce; color: #fff;}

/*内容区*/
.page-news{margin-top: 50px;}
.newsList li{ padding-bottom:10px; padding-top:10px; border-bottom:1px solid #ccc;}
.newsList li p{padding-top: 20px;}
.newsList li .lhfl{ width:70px; height: 80px; float: left; background: #f2f2f2;}
.newsList li .lhfl p{ width: 70px; text-align: center;  color:#52c3f1; padding-top: 0;}
.newsList li .lhfl p b{ font-size: 28px; line-height: 47px;}
.newsList li:hover .lhfl{ background: #52c3f1;}
.newsList li:hover .lhfl p{ color: #f7f7f7;}
.newsList .lhfr{ width:calc(100% - 110px); width: -webkit-calc(100% - 110px); float: right;}
.newsList .lhfr .lhxq{  height: 30px; display:block; width: 100px; font-weight: 100; line-height: 30px; font-size: 14px;  text-align: center; float: right; border: 1px solid #ccc;}
.newsList .lhfr span{ font-size: 14px;}
.newsList .lhfr .dateTitle { display: block; color: #333; font-size: 18px; }
.newsList .lhfr p{ display: inline-block; width:100%;}
.newsList li:hover .lhfr .dateTitle{ color: #52c3f1;}
.newsList li:hover a{ text-decoration:none ;}
/*招聘列表页*/
.jobList li{
	float:left;
	line-height:28px;
	border-bottom:1px dotted #dddddd;
	text-align:center;
}
.jobtime{ width:15%;}
.jobPosition{ width:40%;}

/*招聘详情页*/
.showjobList li{
	line-height:28px;
	border-bottom:1px dotted #dddddd;
}
.jobDescription{
	background:#dddddd;
	height:30px;
	line-height:30px;
	margin:10px 0;
	text-indent:10px;
}
/*招聘应聘页面*/
.submit{
	background:url(../images/submit.jpg) no-repeat;
	width:93px;
	height:34px;
	color:#ffffff;
	line-height:34px;
	border:none;
	cursor:pointer;
	font-family:微软雅黑;
	font-size:14px;
	margin:10px 0 0 10px;
}
.lhd615{margin-top: 40px;}
.lhd615 ul:first-child{margin-bottom: 0px;}
.lh615{width:93px;
	height:34px;
	color:#ffffff;
	line-height:34px;
	border:none;
	cursor:pointer;
	font-family:微软雅黑;
	font-size:14px;
	margin:10px 0 0 10px;}
/*产品列表页*/
#ShowImages li{
	display: inline;
    float: left;
     width: calc(25% - 22px);
     width: -webkit-calc(25% - 22px);
    margin: 4px 10px;
    text-align: center;
}
#ShowImages .images_img a {
    border: 1px solid #dddddd;
	display:block;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#ShowImages .images_img a img{ width: 100%;min-height: 215px;max-height: 215px;}
#ShowImages .images_img a:hover{
	background:#a2dad5;
	border:1px solid #008080;
}
#ShowImages .images_title{
	width: 263px;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;

}
#ShowImages .images_title a{
	height:26px;
	line-height:26px;

}

/*新闻页*/

.fl{margin-right: 40px;}

.box{margin-top: 50px;}
.lhbdfr dt label{margin-top: -20px;}


/* 大屏幕 */
@media (min-width: 1200px) { 
#copyright{ margin-top: 40px;}
.logo{ width:202px; float:left;}
.logo a{
	 display:block;
    width:202px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav-pc li {
    width: 150px;}
.nav-pc li a{ display:block; width:100%; height:100%;}
.mcl{float: right; margin-left: 30px;}
/*.in-about .cha{margin-top: 50px;}*/
.page-left .img{width: 225px;height: 50px;}
.page-left .img img{margin-left: 20px;}
 }




 @media (min-width: 980px) and (max-width: 1199px) { 
 #copyright{ margin-top: 40px;}
.zoujin .santu li p{font-size:12px ;}
.mcl{float: right; margin-left: 30px;}
.logo{ width:120px; float:left;float: left;}
.logo img{width: 120px;}
.logo a{display:block;width: 160px;margin-top: 15px;margin-bottom: 15px;}
.nav-pc ul{float: left;}
.nav-pc li { width: 100px;}
    /*guanyuwomen*/
.in-about .col-lg-4{margin-right: 0px;}
.in-about .col-md-6{padding-top:0px ;padding-bottom: 0px;}
.in-about .col-md-6 img{margin-top: 20px;display: block;}
#copyright .you img{margin-left: 0px;}
.
 }
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
	
.logo{ width:120px; float:left;}
.logo a{ width: 120px;display:block;margin-top: 15px;}
.nav-pc li {height: auto;width: 80px;}
.nav-pc ul{  padding:0; overflow:hidden;margin-bottom: 0px;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {position: fixed;width: 100%;left: 0;top: 0;display: none;height: 100%;z-index: 110;background: rgba(0,0,0,0.3);}
.mobile_nav ul {margin:0;width: 100%;}
.mobile_nav>ul{ width: 50%; float: right;	padding-top: 40px; background: #4BCBCB;margin-bottom: 0px;}
.mobile_nav ul li {list-style: none;width: 100%;line-height: 40px;text-align: center;transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {background: #f1f1f1;}
.mobile_nav ul li:hover a {color: #000;}
.hamburger {display: inline-block;position: absolute;right: 0;top: 0;z-index: 111;}
.lhcd {position: fixed;top: 0;}
.in-about .col-sm-12 .about-box{/*padding: 0px;*/margin-top: 50px;}
.zoujin .col-sm-12 li{margin-right: 20px;}
.mcl{float: right; margin-left: 30px;}
#copyright .zhong1,.zhong2{display: none;}
#copyright .col-sm-6 .er{margin-left: 140px;}
.bei{display: none;}
.lher span{font-size: 15px;}

}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	#ShowImages li{
     width: calc(33.33% - 22px);
     width: -webkit-calc(33.33% - 22px);
}
	.newsList .lhfl{ display: none;}
	.newsList .lhfr{ width: 100%;}
	.banner img{ margin-bottom: 20px;}
	.page-guestbook{ padding: 15px;}
	#copyright .zhong{ text-align: center;}
	#copyright .fanhui{ top: 0; bottom: auto;}
	.lhbd label{ vertical-align: top; line-height: 28px; display: inline-block; width: 70px;}
	.lhbd dt{ margin-bottom: 10px;}
	.lhbdfr dt label{ margin: 0;}
	.lhbd input{ border: 1px solid #ccc; border-radius:5px ; line-height: 28px; width: calc(100% - 90px);width:-webkit-calc(100% - 90px);}
	.lhbd textarea{border: 1px solid #ccc; border-radius:5px ; line-height: 28px;width: calc(100% - 90px);width:-webkit-calc(100% - 90px);}
	.site-nav{ float: none;padding-left: 15px;}
	.page-news table{ width: 100% !important;}
	.page-news img{ width: 100%!important;}
	.zoujin .santu li{ height: 260px;}
.tit-top{ padding-right: 0;}
.logo{ width:202px;  margin-left:auto; margin-right:auto;    margin-top:10px;}
.logo a{ width:202px; display:block; margin:0 auto; float:none;}
.lang{ padding-left: 0;}
.hamburger {display: inline-block;position: absolute;right: 0;top: 0;z-index: 111;}
.lhcd {position: fixed;top: 0}	
.nav-pc ul{  padding:0; overflow:hidden;margin-bottom: 0px;}
.nav-pc li { height: auto;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #0b69c9;
	padding-top: 40px;
}
.mobile_nav ul {margin:0;width: 100%;}
.mobile_nav ul li {
	list-style: none;
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {background: #f1f1f1;}
.mobile_nav ul li:hover a {color: #000;}
.mobile_nav  .menulevel{ position: static;}
.mimg{width: 100%; clear: both;}
.mcl{ clear: both!important; margin-left: 35px;}
/*.col-sm-12{padding-left:50px;}*/
#copyright .zhong1,.zhong2{display: none;}
#copyright .col-xs-6 .er{margin-left: 50px;}
.bei{display: none;}
	}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
		#ShowImages li{
     width: calc(100% - 22px);
     width: -webkit-calc(100% - 22px);
}
		.site-nav{ float: none; padding-left: 15px;}
	.zoujin .santu li{ height: 260px;}
	.mimg{width: 100%; clear: both;}
	.mcl{ clear: both!important;}
.mobile_nav  .menulevel{ position: static;}
.tit-top{ padding-right:0;}
#ShowImages li { border: 1px solid #ccc;margin-right: 1%;margin-left: 1%;}
#preview {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 100%;  
}
.jqzoom {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
#pro_info{ display: none;}
	.new .right { height:auto;}
	.new .right ul li { float:none;}
		.slideTxtBox .bd ul li{ width: auto; float:none;}
		.new .left { height:auto;}
	.logo{ width:202px;    margin-top: 10px;}
	.logo a{ width:202px; display:block; margin:0 auto; float:none; height:auto;}
	.hamburger {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 111;
}
.lhcd {position: fixed;top: 0;}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #0b69c9;
	padding-top: 40px;
}
.mobile_nav ul {width: 100%;}
.mobile_nav ul li {
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {background: #f1f1f1;}
.mobile_nav ul li:hover a {color: #000;}
.bei{display: none;}

/*.contain{ width:100%; overflow:hidden;}*/
.img{width: 100px; margin-left: 0px;}
	 }
	 .img img{width:80%; margin-left: 0px;}
	 }